﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #757575;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑";
  background: #FFF;
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 12px;
  /*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
  text-decoration: none;
}

a:hover {
  color: #f58323;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
input {
  vertical-align: middle;
  font-size: 12px;
  outline: none
}

iframe {
  border: 0
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}


/*网站头部*/
.top-T_Wrap {
  width: auto;
  overflow: hidden;
  height: 120px;
  position: relative;
  z-index: 10;
  background: #FFF
}

.top-T {
  width: 1100px;
  margin: 0 auto;
  height: 120px;
  overflow: hidden;
  position: relative;
}

.top-T .logoL {
  width: 500px;
  height: 67px;
  overflow: hidden;
  margin-top: 25px;
  position: relative
}

.top-T .Tel {
  position: absolute;
  right: 0;
  top: 33px;
  line-height: 40px;
  color: #808080;
  font-size: 14px;
}

.seach {
  overflow: hidden;
  width: 210px;
  height: 30px;
  background: url(../images/search.png) center center no-repeat;
}

.seach .keys {
  width: 162px;
  height: 30px;
  border: 0;
  background: none;
  padding-left: 10px;
  float: left;
  font-size: 12px;
  color: #414141;
  font-family: '微软雅黑'
}

.seach .btns {
  border: 0;
  background: none;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer
}

.top-T .Tel strong {
  font-size: 18px;
  color: #0065b3
}

/***********nav*******/
.navWrap {
  height: 50px;
  background: url(../images/navbj.jpg) left center repeat-x;
}

.nav {
  width: 1100px;
  margin: 0 auto;
}

.nav li {
  float: left;
  text-align: center;
}

.nav li.li {
  width: 2px;
  height: 50px;
  background: url(../images/navli.jpg) center center no-repeat
}

.nav li a {
  line-height: 48px;
  width: 140px;
  margin-top: 1px;
  font-size: 16px;
  color: #666666;
  -moz-text-shadow: 0 7px 10px #f0f0f0;
  -webkit-text-shadow: 0 7px 10px #f0f0f0;
  text-shadow: 0 0px 1px #FFF;
  display: block;
  position: relative
}

.nav li a:hover,
.nav li .cur {
  background: #FFF;
}


/*********************************公共头部结束*******************************/

.js-silder {
  position: relative;
  height: 600px;
  z-index: 5
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.silder-main-img a {
  display: block;
  height: 100%
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  position: absolute;
  bottom: 5px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  display: none;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  display: none;
  left: 0;
}

.silder-ctrl-next>span {
  display: none;
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  width: 10px;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #0065b3
}

.silder-ctrl-con.active>span {
  background-color: #f48221;
  border: 1px solid #f48221
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}



.in_pro_wrap {
  width: 830px;
  float: right;
  padding-top: 30px;
  position: relative;
  overflow: hidden
}

.in_pro_wrap li {
  width: 276px;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.in_pro_wrap li a {
  font-size: 16px;
  width: 250px;
  color: #4c4c4c;
  display: block;
  margin: 0 auto
}

.in_pro_wrap li a .pic {
  width: 250px;
  height: 250px;
  border: 1px solid #e7e7e7;
  margin: 0 auto;
  position: relative
}

.in_pro_wrap li a .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.in_pro_wrap li a .txt {
  text-align: center;
  overflow: hidden;
  height: 35px;
  line-height: 35px
}

.in_pro_wrap li a:hover {
  color: #f58323
}

/*产品中心*/
.homeProWrap {
  width: auto;
  margin: 0 auto;
  height: 630px;
  background: url(../images/probj.jpg) center center no-repeat
}

.homePro {
  width: 1100px;
  margin: 0 auto;
  height: 630px;
}

.LeftBox {
  width: 250px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 100
}

.LeftBox .Lefttitle {
  height: 121px;
  background: url(../images/probt.png) center center no-repeat;
  width: 271px;
  position: absolute;
  left: -10px;
  top: -22px;
  z-index: 100
}

.LeftBox .Lefttitle.newsBt {
  background: url(../images/newsbt02.png) center center no-repeat;
}

.LeftBox .LeftList {
  width: 218px;
  overflow: hidden;
  margin: 120px auto 20px;
  border: 1px solid #e6e6e6;
  padding: 20px 15px;
  background: #FFF;
}

.LeftBox .LeftList li {
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 60px;
}

.LeftBox .LeftList li a {
  color: #4c4c4c;
  display: block;
  font-size: 16px;
  text-align: center;
}

.LeftBox .LeftList li a:hover,
.LeftBox .LeftList li.cur a {
  background: #0065b3;
  color: #FFF
}




.serverWrap {
  height: 707px;
  background: url(../images/honorbj.jpg) center center no-repeat
}

.server {
  width: 1100px;
  margin: 0 auto;
  height: 707px;
  position: relative
}

.server .honorList {
  position: absolute;
  left: 630px;
  top: 215px;
  display: none;
}

.server .honorList p {
  background: url(../images/gou.png) left center no-repeat;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  padding-left: 30px
}

.server .tel {
  position: absolute;
  color: #FFF;
  left: 30px;
  line-height: 32px;
  font-size: 14px;
  top: 230px;
  width: 650px;
  text-align: center;
}

.server .tel strong {
  display: block;
  font-size: 26px;
}

.server .about {
  display: block;
  position: absolute;
  color: #FFF;
  left: 430px;
  line-height: 30px;
  font-size: 14px;
  bottom: 85px;
}

.server .about strong {
  display: block;
  font-size: 16px
}

/*新闻中心*/
.newsWrap {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden
}

.homePro_bt {
  height: 54px;
  background: url(../images/newbt.png) center center no-repeat;
  padding: 50px 0
}

.newsWrap .newsNav {
  text-align: center;
  float: left;
  overflow: hidden;
  width: 200px;
}

.newsWrap .newsNav li {
  height: 200px;
  position: relative;
  margin-bottom: 25px;
}

.newsWrap .newsNav li a {
  height: 120px;
  display: block;
  cursor: pointer;
  background: #f5f5f5;
  padding-top: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}

.newsWrap .newsNav li a i {
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal
}

.newsWrap .newsNav li.cur a {
  background: #0065b3;
  color: #FFF
}


.NEWS_NR {
  width: 850px;
  float: right;
  overflow: hidden
}

.newsWrap_R {
  width: 850px;
  float: right;
}

.newsWrap_R li {
  height: 70px;
  width: auto;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.newsWrap_R li a {
  display: block;
  height: 70px
}

.newsWrap_R li a .txt {
  padding-left: 90px;
}

.newsWrap_R li a .txt strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #1a1a1a
}

.newsWrap_R li a .txt .nr {
  line-height: 22px;
  overflow: hidden;
  color: #808080;
  font-size: 14px;
}

.newsWrap_R li a .data {
  position: absolute;
  background: #f5f5f5;
  left: 0;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  height: 70px;
  width: 70px;
  color: #808080;
}

.newsWrap_R li a .data span {
  display: block;
  font-size: 30px;
  padding: 16px 0 0px;
  font-weight: bold
}

.newsWrap_R li a:hover .data {
  color: #FFF;
  background: #0065b3
}

.newsWrap_R li:nth-last-child(1) {
  margin-bottom: 0
}




/*内页样式*/


.nyWrap {
  width: auto;
}

.in_pro {
  width: 1100px;
  margin: 0 auto;
  padding: 0
}


.right {
  width: 810px;
  float: right;
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 50px;
}

.right .right-bt {
  width: 810px;
  height: 35px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  line-height: 35px;
}

.right .right-bt .nybtL {
  color: #f58323;
  display: inline-block;
  height: 34px;
  padding: 0 5px;
  border-bottom: 2px solid #f58323;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden
}

.right .right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #737373
}

.right .right-bt .nybtR a:nth-last-child(1) {
  color: #f58323
}

.right .right-bt a {
  color: #09255d
}

.right .right-bt a:hover {
  color: #f58323
}

.ny-right-about {
  width: 810px;
  overflow: hidden;
  min-height: 300px;
  padding: 10px 0;
  font-size: 14px;
  color: #474747
}


.ny-right-news {
  width: 810px;
  margin: 0 auto;
  padding: 10px 0
}

.ny-right-news li {
  width: 810px;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-bottom: 1px dashed #CCC;
  overflow: hidden
}

.ny-right-news li a {
  background: url(../Images/jt.png) left center no-repeat;
  padding-left: 15px;
}

.ny-right-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
}

.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 810px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 810px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-news-nr {
  width: 810px;
  float: left;
  padding-top: 10px;
  margin-bottom: 20px;
}

/*荣誉*/
.ny-right-honor {
  width: 810px;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-honor li {
  width: 270px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-honor li a {
  font-size: 14px;
  width: 240px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-honor li a .pic {
  width: 240px;
  overflow: hidden;
  height: 340px;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.ny-right-honor li a .pic img {
  width: 240px;
}

.ny-right-honor li a .txt {
  text-align: center;
  overflow: hidden;
  height: 32px;
  line-height: 32px
}

.ny-right-honor li a:hover {
  color: #f58323
}


.caseList {
  width: 810px;
  padding: 20px 0;
  overflow: hidden
}

.caseList li {
  width: 270px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.caseList li a {
  font-size: 14px;
  width: 260px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.caseList li a .pic {
  width: 260px;
  overflow: hidden;
  height: 170px;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.caseList li a .pic img {
  width: 260px;
}

.caseList li a .txt {
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  height: 32px;
  line-height: 32px
}

.caseList li a:hover {
  color: #f58323
}




/*内页****产品****样式*****/
.ny-right-pro {
  width: 810px;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-pro li {
  width: 270px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-pro li a {
  font-size: 15px;
  width: 260px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-pro li a .pic {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.ny-right-pro li a .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.ny-right-pro li a .txt {
  text-align: center;
  overflow: hidden;
  height: 32px;
  line-height: 32px
}

.ny-right-pro li a:hover {
  color: #f58323
}

.jqzoom {
  width: 810px;
  margin: 10px auto;
  overflow: hidden;
}


.jqzoom_A {
  width: 810px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom_A img {
  border: 1px solid #CCC;
  max-width: 550px;
}



.proproperty {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-top: 20px;
  width: 810px;
  border-bottom: 1px solid #e2e2e2;
  height: 30px;
}

.proproperty li {
  float: left;
  height: 30px;
  background-image: url(../Images/t2.jpg);
  cursor: pointer;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  float: left;
  line-height: 30px;
  color: #FFF;
  width: 75px;
}

.proproperty li.cur {
  background-image: url(../Images/t1.jpg);
}

.procontent {
  width: 810px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}

.pageleft {
  float: left
}

.pageright {
  float: right
}

.linkWrap {
  width: 100%;
  overflow: hidden;
  border-top: 1px dashed #cccccc;
  padding: 30px 0;
  margin-top: 30px;
  line-height: 20px;
  font-size: 14px
}

.linkWrap .link {
  width: 950px;
  margin: 0 auto;
  color: #333333;
  position: relative;
  overflow: hidden;
  min-height: 24px;
  padding-left: 150px;
}

.linkWrap .link span {
  position: absolute;
  background: url(../images/link.png) left center no-repeat;
  padding-left: 15px;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: bold;
}

.linkWrap .link span i {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 5px;
  color: #999999
}

.linkWrap .link span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 5px;
  background: #0065b3;
}

.linkWrap .link a {
  color: #808080;
  font-size: 14px;
  margin-right: 20px;
}

.linkWrap .link a:hover {
  text-decoration: underline;
  color: #f58323
}

/*footer*/
.footWrap {
  background: #1a1a1a;
  overflow: hidden;
}

.footWrap .foot {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 14px;
  color: #989898;
  line-height: 30px;
  position: relative;
  overflow: hidden
}

.footWrap .foot .List {
  float: left;
  height: 126px;
  width: 160px;
  overflow: hidden
}

.footWrap .foot .List strong {
  color: #FFF;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  display: block;
}

.footWrap .foot .A {
  width: 360px;
  text-align: left;
  background: url(../images/xian.jpg) right center repeat-y;
  position: relative
}

.footWrap .foot .B {
  width: 430px;
  background: url(../images/logo02.png) center center no-repeat;
  font-size: 16px;
}


.footWrap .foot .E {
  width: 228px;
  padding-left: 60px;
  background: url(../images/xian.jpg) left center repeat-y;
  float: right
}

.footWrap .foot .E p {
  display: inline-block;
  width: 102px;
  text-align: center;
}

.footWrap .foot .E p img {
  width: 102px;
  display: block;
  margin: 0 auto
}


.copyWrap {
  width: auto;
  padding: 10px 0;
  background: #000000;
  color: #666666
}

.copyWrap .copy {
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  position: relative
}

.copyWrap .copy a {
  color: #666666;
  font-size: 14px;
}

.copyWrap .copy a:hover {
  text-decoration: underline
}

.copyWrap .copy .technology {
  position: absolute;
  right: 0;
  top: 0
}

/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi {
  CLEAR: both;
}

.wp-pagenavi A {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  FONT-WEIGHT: bold
}




/*===========================================插件END======================================================*/

#product_view {
  width: 700px;
  margin: auto;
  overflow: hidden;
}

#product_view h1 {
  font-size: 18px;
  text-align: left;
  line-height: 26px;
}

#product_view h2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px
}

#product_view div.content {
  line-height: 180%;
  padding-bottom: 15px
}

#product_view p.pImg {
  text-align: center;
  padding-bottom: 15px
}


.list {
  padding: 0 10px 0 0;
}

.list img {
  cursor: pointer;
  padding: 1px;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.list img.onzoom,
.list img.on {
  padding: 0px;
  border: 2px solid #f58323;
}

.container {
  position: relative;
}

.izImage {
  border: 1px solid #cdcdcd;
  width: 380px;
  cursor: pointer
}

.izViewer {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 390px;
  top: 0;
  display: none;
  border: 1px solid #999;
}

.handle {
  display: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #E6EAF3;
  cursor: crosshair;
}


.right_text {
  width: 400px;
  float: right;
}

.right_text h1 {
  line-height: 26px;
  font-size: 18px;
  font-weight: normal
}

.right_text .text {
  line-height: 34px;
  margin-top: 10px;
}

.right_text .text span {
  font-size: 20px;
  color: #f58323;
}



/*漂浮*/
.float-contact-mini {
  position: absolute;
  right: 1px;
  top: 30%;
  z-index: 100
}

.float-contact-mini a {
  background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF !important;
  display: block;
  height: 65px;
  line-height: 110%;
  padding: 46px 5px 0;
  text-align: center;
  text-decoration: none !important;
  width: 18px;
}

.float-contact {
  display: none;
  position: absolute;
  right: 1px;
  top: 28%;
  width: 190px;
}

.float-contact .close {
  background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
  color: #FFFFFF !important;
  display: block;
  height: 31px;

  line-height: 31px;
  padding-left: 22px;

}

.float-contact .container {
  background: #FFFFFF;
  border-color: #E3E3E3;
  padding: 10px
}

.float-contact .container {
  border-style: solid;

}

.float-contact .qq {}

.float-contact .qqtitle {}

.float-contact .qq .btn {}

.float-contact .qq .btn li {
  line-height: 30px;
}

/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/

.float-contact .myqqlink {
  background: url("../images/qqpf.png") repeat-x left center;

  color: #FFFFFF;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;

}